home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir40 / go200.zip / GO.TXT < prev    next >
Text File  |  1994-07-13  |  5KB  |  120 lines

  1.                                 GO version 2.00
  2.  
  3.         GO is a freeware utility from Stuart Reedy at the StuSoft code mills.
  4.  
  5.         GO works like an enhanced version of the xxDOS CD command.  You can 
  6.         use GO any time you would normally use CD.  GO does have two 
  7.         advantages over the CD command, though:
  8.  
  9.             GO can move you to a directory on another drive...
  10.  
  11.                 If you type CD A:\TEST from drive C:, xxDOS just changes
  12.                 the current directory on drive A: to \TEST and leaves
  13.                 you on drive C:. GO will change to drive A: in the directory 
  14.                 A:\TEST.
  15.                                 PROMPT   YOU TYPE:    
  16.                 WITH DOS:       C:\DOS>  CD A:\TEST    
  17.                                 C:\DOS>
  18.  
  19.                 WITH GO:        C:\DOS>  GO A:\TEST
  20.                                 A:\TEST>
  21.  
  22.             GO saves the directory information for later use...
  23.  
  24.                 If you type: GO A:\TEST from drive C:, GO saves the
  25.                 information to get back to C:;  Just typing GO will return
  26.                 you to the directory from which you came.
  27.  
  28.                                 PROMPT   YOU TYPE:
  29.                 EXAMPLE:        C:\DOS>  GO A:\TEST
  30.                                 A:\TEST> GO
  31.                                 C:\DOS>
  32.  
  33.  
  34. How GO works:
  35.              
  36.         GO uses an environmental variable (GODIR) to store the information 
  37.         used to return to the original directory.  Because of this, you will 
  38.         need to run the program GOSETUP to install GO.  (You may optionally 
  39.         SET your own version of the GODIR variable: see GOREADME.TXT for 
  40.         more info.)
  41.  
  42.  
  43. NOTE:   Since GO saves the directory information in the ENVIRONMENT strings
  44.         GOSETUP can fail if there is not enough room in the environment.
  45.         The size of the environment is set in the CONFIG.SYS file on
  46.         your boot disk.  BEFORE YOU CHANGE ANY FILES, LIKE CONFIG.SYS,
  47.         YOU SHOULD BACK THEM UP ON ANOTHER DISK.  (COPY C:\CONFIG.SYS A:)
  48.         
  49.         When you run GOSETUP, if you get the message:
  50.  
  51.                 Out of environment space
  52.  
  53.                 ERROR! GO could not be installed due to insufficient...
  54.  
  55.         you may need to change the line in your CONFIG.SYS that looks
  56.         something like:
  57.  
  58.                 SHELL=C:\DOS\COMMAND.COM C:\DOS\ /E:512 /p
  59.  
  60.         the /E:512 sets the environment size to 512 bytes.  You may
  61.         need to adjust that number to make GO work.
  62.         If you don't have this line in CONFIG.SYS, or it doesn't contain
  63.         the /E part, just add it.
  64.  
  65.  
  66. SETTING YOUR OWN GODIR
  67.         
  68.         One other feature/possible problem is that the SET command can be 
  69.         used to create or change the environmental variable GO_DIR.  So, you
  70.         could USE the SET command to set up a GO_DIR that GO can use, or
  71.         someone could use the SET command to make GO unable to work at all.
  72.         
  73.         See the file GOREADME.TXT for more info on setting your own GODIR.
  74.         
  75.  
  76. NEW IN 2.0:
  77.  
  78.         Due to a glitch in Windows(tm) DOS shell (or possibly V86 mode),
  79.         GO version 1.02 and below can cause a memory allocation error
  80.         when running under windows.  Version 2.0 gets around this by
  81.         requiring that the GODIR environmental variable already exists
  82.         before using GO.  See the file GOREADME.TXT for more info!
  83.  
  84.  
  85.         GO 2.0 and above check floppy drives for a formatted disk before
  86.         trying to change to a directory on them.  This prevents the horrid
  87.         Abort, Retry, Fail? message if a floppy is not formatted or not 
  88.         present.
  89.  
  90.  
  91. BLAH, BLAH, BLAH:
  92.  
  93.         GO is in no way warranted by StuSoft or the author, Stuart Reedy.
  94.         StuSoft and Stuart are not responsible for any damage caused to
  95.         any computer or data connected with the use of GO.
  96.  
  97.         GO is NOT public domain; it is freeware.  You may copy GO and
  98.         use it on as many computers as you like.  You may give it to
  99.         anyone you wish.  You MAY NOT charge money for GO without written
  100.         permission from Stuart Reedy.  You MAY NOT reverse-engineer GO.
  101.  
  102.  
  103. StuSoft wants your ideas!
  104.  
  105.  
  106.         I would appreciate any suggestions, bug reports, comments,
  107.         or ideas for new utilities you wish to give.  
  108.         
  109.         You may reach me at:
  110.  
  111.         Internet      itcstu@ukcc.uky.edu
  112.         CompuServe    71162,1607
  113.  
  114.         Snail Mail:   Stuart Reedy  
  115.                       3337 Lexington Rd.  
  116.                       Richmond, KY  40475-9145
  117.  
  118.  
  119.         Stu Reedy
  120.